翻訳と辞書
Words near each other
・ Gameloft
・ Gameloft Live
・ Gamelords
・ Gamelsby
・ Gamelshiel Castle
・ Gamely
・ Gamely Stakes
・ GameMaker
・ Gamemaker
・ Gamemaster
・ Gamemaster (board game series)
・ Gamemaster (disambiguation)
・ Gamemaster's screen
・ GameMill Publishing
・ Gamemnae
GameMonkey Script
・ Gamenauts
・ Gamendazole
・ GameNight
・ GameNOW
・ Gameover ZeuS
・ Gamepad
・ Gamepad (TV series)
・ Gamepal
・ GamePark Holdings
・ GamePC Consortium
・ GamePlan (play)
・ Gameplanet
・ Gameplanet (New Zealand)
・ Gameplay


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GameMonkey Script : ウィキペディア英語版
GameMonkey Script

GameMonkey Script is a small, cross-platform scripting language designed, as its name suggests, for embedding into games. GameMonkey bears many similarities to Lua, except the syntax is more similar to that of C.
GameMonkey Script features:
* A cross-platform machine library
* C-style syntax
* A small memory footprint (~50kb)
* Soft, real-time incremental Garbage Collection (''no reference counting)''
* Native threading
* Full implementation of states
* Simple binding with C/C++ code
* Debugger support (with supplied debugger)
Like Lua, the primary data structure in GameMonkey Script is the table. Tables allow for a variety of other data structures to be created; from arrays, sets, hashmaps, lists and records. They can also be used to simulate namespaces and C++ class structures, containing both functions and properties.
GameMonkey Script was written in 2002 by Matthew Riek and Greg Douglas as part of a closed-source project for Auran. However, on 12 June 2003 Auran granted license for the full source code of GameMonkey to be released to the public under the MIT License. It is currently being used in commercial and hobby applications on a wide range of machines, from the Windows PC, Apple Mac, and Microsoft Xbox to Sony's PlayStation 2, PlayStation 3, Nintendo GameCube, Nintendo DS, Nintendo Wii and various distributions of Linux.
==External links==

* (GameMonkey Script homepage )
* (gmCommunity Project ), pre-built GM binaries and reorganised headers
* (gamedev.net ), Introduction to GameMonkey Script Part 1
* (gamedev.net ), Introduction to GameMonkey Script Part 2
* (gamedev.net ), Introduction to GameMonkey Script Part 3

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GameMonkey Script」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.